projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78b1e5
)
(get_section_info) [_ALPHA_]: Force as much bss data
author
Andrew Innes
<andrewi@gnu.org>
Thu, 3 Jun 1999 21:00:10 +0000
(21:00 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Thu, 3 Jun 1999 21:00:10 +0000
(21:00 +0000)
as possible to be dumped, for safety.
src/unexw32.c
patch
|
blob
|
history
diff --git
a/src/unexw32.c
b/src/unexw32.c
index 2aa2a529329f4cd7131d783529751bbf6d5e89da..0d150cf34dbb6e5a5d60fd7c98b8644b9e85a81b 100644
(file)
--- a/
src/unexw32.c
+++ b/
src/unexw32.c
@@
-447,7
+447,11
@@
get_section_info (file_data *p_infile)
- bss_section_static->SizeOfRawData;
/* Combine the bss sections into one if they overlap. */
+#ifdef _ALPHA_
+ overlap = 1; /* force all bss data to be dumped */
+#else
overlap = 0;
+#endif
if (bss_start < bss_start_static)
{
if (bss_start_static < bss_start + bss_size)